Package com.streamwide.smartms.lib.core.api_ktx.call.camera

Types

Link copied to clipboard
abstract class STWCamera

This class is an abstract class that should represent the Camera object.

Link copied to clipboard
class STWCameraDevice : STWCamera

This class represent the device camera (integrated camera) can be :

Link copied to clipboard
class STWExternalCamera : STWCamera

This class represents a camera USB device attached to the android device with the android device acting as the USB host.

Link copied to clipboard
class STWFeedCamera(cameraId: Int = Video.CAMERA_ID_FEED) : STWCamera

This class represents a video streaming USB device attached to the android device.